}
public void saveToRepository() throws IOException {
saveToRepository((Timestamp)null);
}
public void saveToRepository(E data) throws IOException {
}
public boolean saveToRepository() throws IOException {
return saveToRepository((Timestamp)null);
}
public boolean saveToRepository(E data) throws IOException {